-
Re: Do browsers render system fonts and webfonts differently?
I had some examples where Safari would render installed fonts differently than system fonts. It is some time ago, so I don't know if that is still the case. One case what that Safari would not suppor…1 -
Re: PS or TT? (aka cubic vs quadratic Bézier curves, or *.otf vs *.ttf)
Depending on your workflow, you don't need to decide what format your ship your fonts. with. In Glyphs, you can draw cubic curves and add manual PostScript and TrueType hints to them. On export the o…1 -
Re: The design process
There is no "proper" way of doing things. Depending on your experience and the design, one might start digitally and do some sketches later or meticulously draw all letters on paper. Or any…6 -
Re: Anchor positioning habits
People do not complain because they don’t care but because the tech industry has conditioned us to not do it: https://pointersgonewild.com/2019/11/02/they-might-never-tell-you-its-broken/3 -
Re: Material Icons Bezier Paths
I think the jankyness comes from a cubic to quadratic conversion that is not checking for the inflection point. Because that is quite difficult, it is easier to always add an explicit point at the in…2